type crypto/tls.echClientContext

6 uses

	crypto/tls (current package)
		ech.go#L438: func computeAndUpdateOuterECHExtension(outer, inner *clientHelloMsg, ech *echClientContext, useKey bool) error {
		handshake_client.go#L44: func (c *Conn) makeClientHello() (*clientHelloMsg, *keySharePrivateKeys, *echClientContext, error) {
		handshake_client.go#L196: 	var ech *echClientContext
		handshake_client.go#L212: 		ech = &echClientContext{config: echConfig}
		handshake_client.go#L241: type echClientContext struct {
		handshake_client_tls13.go#L42: 	echContext *echClientContext